/*header*/
.site-topbar {
    position: relative;
    z-index: 30;
    height: 40px;
    font-size: 12px;
    color: #b0b0b0;
    background: #333;
}
.site-topbar .topbar-nav {
    float: left;
    height: 40px;
    line-height: 40px;
}
.site-topbar a {
    color: #b0b0b0;
    line-height: 40px;
    display: inline-block;
}
a, a:hover {
    text-decoration: none;
}

a {
    color: #757575;
}
a {
    background-color: transparent;
}
.site-topbar .sep {
    margin: 0 .3em;
    color: #424242;
}
.ndash, .sep {
    margin: 0 .25em;
    font-family: sans-serif;
}
/*购物车*/
.site-topbar .topbar-cart {
    position: relative;
    float: right;
    height: 40px;
    margin-left: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.site-topbar .topbar-cart-filled .cart-mini {
    color: #fff;
    background: #ff6700;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
}
.site-topbar .cart-mini {
    position: relative;
    z-index: 32;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b0b0b0;
    background: #424242;
}

/*登录注册*/
.site-topbar .topbar-info {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
}
/*菜单栏*/
.site-header, .site-header .container {
    position: relative;
}
.site-header {
    z-index: 20;
    height: 90px;
}
.site-header, .site-header .container-std {
    position: relative;
}
/*logo*/
.site-header .logo {
    float: left;
    text-align: center;

}
.site-header .logo a img{
    width: 234px;
    height: 90px;
}

/*菜单*/
.site-header .header-nav {
    float: left;
    margin-left: 50px;
}
.site-header .nav-list {
    position: relative;
    z-index: 10;
    float: left;
    height: 50px;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
}
.site-header .nav-category {
    position: relative;
    float: left;
    width: 127px;
    padding-right: 15px;
}
.site-header .nav-item {
    float: left;
}
.site-header .nav-item .link {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    color: #333;
    font-weight: 400;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.site-header .nav-item .link:hover,
.site-header .nav-item .link.cur {
    color: #ff6700;
}
.site-header .nav-item .item-children {
    display: none;
}
.site-header, .site-header .container {
    position: relative;
}
.container {
    width: 1226px;
    margin-right: auto;
    margin-left: auto;
}
/*搜索框*/
.site-header .header-search {
    float: right;
    width: 296px;
    margin-top: 20px;
}
.site-header .header-search .search-form {
    position: relative;
    width: 296px;
    height: 50px;
    z-index: 20;
}
.site-header .header-search .search-form .hide {
    display: none !important;
}
.search-form .submit-div,
.search-form .search-text {
    position: absolute;
    top: 0;
    border: 1px solid #e0e0e0;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.search-form .search-text {
    right: 51px;
    z-index: 1;
    width: 223px;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 48px;
}
.search-form .submit-div {
    right: 0;
    z-index: 2;
    width: 52px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    background: #fff;
    color: #616161;
    text-align: center;
}

.search-form .submit-div .search-btn{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.search-form .search-hot-words {
    position: absolute;
    top: 14px;
    right: 62px;
    z-index: 2;
    text-align: right;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.search-form .search-hot-words a {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 12px;
    background: #eee;
    color: #757575;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.search-form .search-hot-words a:hover {
    background: #ff6700;
    color: #fff;
}
.site-header .search-form-focus .submit-div,
.site-header .search-form-focus .search-text,
.site-header .search-form-focus:hover .submit-div,
.site-header .search-form-focus:hover .search-text,
.site-header .search-form:hover .submit-div:hover {
    border-color: #ff6700;
}

.site-header .search-form:hover .search-text:hover {
    border-color: #ff6700;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16);*/
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*下拉菜单*/
.site-header .header-nav-menu-active {
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}
.site-header .header-nav-menu {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 229px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    overflow: hidden;
}
.site-header .header-nav-menu .children-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}
.site-header .header-nav-menu .children-list li {
    position: relative;
    float: left;
    width: 180px;
    padding: 35px 12px 0;
    text-align: center;
}
.site-header .header-nav-menu .figure-thumb {
    width: 160px;
    height: 110px;
    margin: 0 auto 16px;
    text-align: center;
}
.site-header .header-nav-menu .figure-thumb img {
    width: 160px;
    height: 110px;
}
.site-header .header-nav-menu .title,
.site-header .header-nav-menu .title a {
    color: #333;
}
.site-header .header-nav-menu .title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}
.site-header .header-nav-menu .description {
    margin: 0;
    line-height: 20px;
    color: #ff6700;
}

/*分割线*/
.separator {
    position: relative;
    height: 2px;
    z-index: 1;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.colorbar-before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    background-color: #1b24ff;
}
.colorbar-after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    background-color: #fd0371;
}
.colorbar {
    width: 100%;
    height: 100%;
    z-index: 11;
    background: url(/uploads/holder/colorbar.png) repeat center center;
    position: relative;
}